home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 28 / MACUSER-MACBIN28A-1996-03.ISO.7z / MACUSER-MACBIN28A-1996-03.ISO / Demo / MachTen 4.0.2 Demo / MachTen 4.0.2 Root / etc / fstab / fstab next >
Text File  |  1995-12-06  |  788b  |  18 lines

  1. # The mount command complains about comment lines in this file if the
  2. # comment line contains a leading '#', and no other characters.
  3. # This problem can be resolved by including a 'space' character after
  4. # the leading '#'.
  5. # To mount the Macintosh volume "my disk" on the path /mnt,
  6. # remove the leading '#', but leave the quotes in "my disk"
  7. #"my disk"        /mnt    ufs    rw    0 0
  8. # To mount the NFS disk "/export/macfiles" from the server "host"
  9. # on the local path "/usr/myname", remove the leading '#', and
  10. # don't use quotes. The path "/usr/myname" must be created first.
  11. #host:/export/macfiles    /usr/myname nfs    rw    0 0
  12. # If the "Power MachTen" CDROM is online when MachTen boots, or is
  13. # inserted when MachTen is running, mount it on the path /CDROM.
  14. "Power MachTen"        /CDROM    ufs    ro    0 0
  15.